Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_graph
ctype_graph
Check for any printable characters except spaces
Name:
ctype_graph
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for any printable characters except spaces
Related
How to Quickly Identify the Cause of Errors in mysqli_stmt_execute() Using mysqli::$errno?
2
PHP 8 Security Enhancements: How to Strengthen Defense Capabilities through Code
10
Complete Guide to Inserting Data and Retrieving Auto-Increment ID in PHP
9
Performance test using memory stream (php://memory) and hash_update_stream()
3
Similar Functions
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_space
ctype_space
Checkspacecharacters
ctype_graph
ctype_graph
Checkforanyprintable
ctype_punct
ctype_punct
Checkforprintablecha
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_alnum
ctype_alnum
Checkalphanumericcha
Popular Articles